home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo The Windows program for accessing the CD is in the PSL_NEWS directory.
- echo Before running it, you need to copy the files VBRUN300.DLL and
- echo WBTRCALL.DLL to your WINDOWS directory. Then just use Program Manager
- echo or File Manager to locate PSL_SHRW.EXE in the PSL_NEWS directory of
- echo this CD and run that program.
- echo
- echo If your Windows drive and directory are C:\WINDOWS, press Enter to
- echo have this batch file copy the necessary files. Otherwise, press Ctrl-C
- echo at the following prompt.
- echo
- pause
- copy runtimes\vbrun300.dll c:\windows
- copy runtimes\wbtrcall.dll c:\windows
- echo
- echo If no error messages were received above, you are now ready to run
- echo PSL_SHRW.EXE which is in the PSL_NEWS directory.
- echo
-